html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fffbf3;
	color: #333;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type=button],/* 1 */ [type=reset], [type=submit] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox], [type=radio] {
box-sizing:border-box;
padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
	display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {
	display: block;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
audio, video, canvas {
	display: inline-block;
}
template, [hidden] {
display:none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    /* border: #e8e8e8 solid 1px; */
}
.img-cover {
	overflow: hidden;
	position: relative;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}
.kf {
	width: 208px;
	position: fixed;/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(../images/kefu.png) 12px center no-repeat #cc0000;
	-ms-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}
.kt-top span:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.kf .con {
	overflow: hidden;
	background: #fff;
}
.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}
.kf .qq li a {
	height: 36px!important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}
.kf .qq li a img {
	padding-right: 6px;
}
.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url(../images/lianxi.png) 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}
.kf .contact {
	margin-top: 1px;
	height: auto;
}
.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}
.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}
.kf .con h5.qr-icon {
	background: url(../images/erweima.png) 16px center no-repeat;
}
.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}
.kf .con .qr img {
	width: 110px;
	height: 110px;
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url(../images/huidaodingbu.png) center center no-repeat #cc0000;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #cc0000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}
.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(../images/jt-1.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}
.kf-side span.on {
	background: url(../images/jt-2.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
}
/* .header {
	background: url(../images/hd.jpg) no-repeat center / cover #fff;
} */
.header{
	background: #fff;
}
.banner {
	/* background: url(../images/hd.jpg) no-repeat center / cover #fff; */
}

.header .topbar {
	line-height: 40px;
	background-color: #cc0000;
	color: #ffffff;
	/* border-bottom: #cccccc solid 1px; */
}
.header .topbar a {
	color: #999999;
}
.header .topbar a.wx {
	position: relative;
	display: block;
/*	background: url(../images/icoTz01.png) no-repeat left center;*/
	padding-left: 25px;
}
.header .topbar a.wx .img-center {
	position: absolute;
	left: 50%;
	top: 100%;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	z-index: 10;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 10px;
	margin-left: -70px;
	display: none;
}
.header .topbar a.wx:hover .img-center {
	display: block;
}
.header .topbar ul {
	float: right;
}
.header .topbar li {
	float: left;
	color: #ddd;
}
.header .topbar li.pipe {
	padding: 0 10px;
}
.header .logo {
	float: left;
	/* height: 107px; */
	line-height: 78px;
	text-align: left;
	padding: 80px 0 143px 110px;
}
.header .nav {
	font-size: 0;
	background-color: #cc0000;
	color: #fff;
	height: 50px;
	/* border-bottom: 3px solid #c50516; */
}
.header .nav ul{
	position: relative;
	
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	padding: 11px 0;
	/*border-left: 1px solid #fff;*/
}
.header .nav li a {
	/* display: block; */
	font-size: 20px;
	/* line-height: 50px; */
	padding: 0 28px;
	color: #fff;
	font-weight: bold;
    font-family: Noto Sans SC;
}
.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.dropdown {
	position: relative; 
}
.header .nav .dropdown-box {
	position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
	/*width: 1200px;
	 height: 100px; */
	
}
.header .nav .dropdown-box p {
	margin: 0;
    background-color: #F5D799;
}
.header .nav .dropdown-box p a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
	font-size: 16px;
    padding: 0;
	font-weight: normal;	
	color: #cc0000;
	
}
.header .nav .dropdown-box a:hover {
	background-color: #cc0000;
    color: #fff;
}
/* .header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #000;
	background-color: #fff;
} */
.header .nav li.open .dropdown-box {
	display: block;
}
.header .sc-form {
	float: left;
	margin-top: 3px;
}
.header .sc-form input {
	float: left;
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #ccc;
	width: 160px;
}
.header .sc-form button {
	float: right;
	padding: 0;
	border: none;
	cursor: pointer;
	height: 34px;
	width: 83px;
	background: url(../images/btnTz01.gif) no-repeat center;
}
.menu-btn {
	display: none;
	padding: 20px 0;
	float: right;
	margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 2px;
	background-color: #cc0000;
	content: '';
}
.menu-btn:before {
	width: 24px;
}
.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}
.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.swiper-pagination-bullet-active {
	background-color: #cc0000;
}
.str_wrap {
	position: relative;
	overflow: hidden;
}
.str_move {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}
.list-1 li {
    position:relative;
    border-bottom: #d9d9d9 dotted 1px;
}
.list-1 li:last-child {
    position:relative;
	border-bottom: 0;
}
.list-1 li a {
	font-size: 16px;
	line-height: 40px;
	background: url(../images/red_dot.gif) no-repeat left center;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    display: block;
}
.list-1 li img {
	width: 192px;
    height: 108px;
	color: #999;
}
.list-1 li span {
	float: right;
	color: #999;
}

.index-dsjy  {
    padding-top: 1px;
}

.index-dsjy li {
    list-style: none;
	border-bottom: #d9d9d9 dotted 1px;
    padding: 3px 0 3px 0;
}
.index-dsjy li:last-child {
	border-bottom: 0;
}
.index-dsjy li a {
	font-size: 16px;
/* 	display: flex; */
    padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.index-dsjy li a:hover{
    color: #cc0000;
}

.index-dsjy li img {
	width: 192px;
    height: 108px;
	color: #999;
}
.index-dsjy li span {
	float: right;
	color: #999;
}
.index-dsjy h3{
    padding: 26px 0 26px 20px ;
    font-size: 16px;
    display: inline-block;
    overflow: hidden;
    font-weight: normal;
    color: #000;
}

.list-2 li {
	border-bottom: #d9d9d9 dashed 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list-2 li a {
	display: block;
	background: url(../images/red_dot.gif) no-repeat 0 8px;
	padding-left: 10px;
}
.list-2 li span {
	display: block;
	color: #999;
	font-size: 13px;
	margin-top: 5px;
}
.index-borad-1 {
	margin: 10px 0 0;
	float: left;
	background-color: #fff;
	width: 460px;
	border: #e8e8e8 solid 1px;
}
.index-borad-1 .swiper-slide a {
	display: block;
}
.index-borad-1 .swiper-slide .img-cover {
	height: 306px;
}
.index-borad-1 .swiper-slide dl {
	margin: 0;
	overflow: hidden;
	padding: 20px 20px 20px 10px;
}
.index-borad-1 .swiper-slide dt {
	float: left;
	border-right: 1px solid #e8e8e8;
	text-align: center;
	width: 100px;
	line-height: 1;
	color: #999;
	font-size: 12px;
	padding: 3px 0;
}
.index-borad-1 .swiper-slide dt strong {
	display: block;
	font-size: 20px;
	margin-bottom: 6px;
}
.index-borad-1 .swiper-slide dd {
	margin-left: 120px;
	font-size: 16px;
	height: 44px;
	overflow: hidden;
}
.index-borad-1 .swiper-button-prev, .index-borad-1 .swiper-button-next {
	margin-top: -63px;
}
.index-borad-1 .swiper-pagination {
	bottom: 94px;
	text-align: right;
}
.index-borad-1 .swiper-pagination-bullet {
	margin: 0 10px 0 0 !important;
}
.index-borad-2 {
	float: left;
	margin: 10px 0 0 -1px;
	background-color: #fff;
	border: #e8e8e8 solid 1px;
	padding: 20px;
	width: 430px;
	height: 350px;
}
.index-borad-2 .tit {
	margin-bottom: 20px;
}
.index-borad-2 .tit li {
	display: inline-block;
	vertical-align: middle;
	width: 108px;
	line-height: 39px;
/* 	padding-left: 18px; */
	font-size: 20px;
/* 	background: url(../images/newscenter_h2_tit_bg.gif) no-repeat 0 center / contain; */
	color: #fff;
    text-align: center;
}
.index-borad-2 .tit .more {
	float: right;
	font-size: 16px;
	line-height: 41px;
}
.index-borad-2 .list-1 li:first-child a {
	font-size: 18px;
	color: #cc0000;
}
.index-borad-3 {
	float: right;
	background-color: #fff;
	border: #e8e8e8 solid 1px;
	padding: 20px;
	height: 350px;
	margin: 10px 0 0;
	width: 215px;
}
.index-borad-3 .tit {
	margin: 0 0 20px;
	font-size: 20px;
	color: #cc0000;
	border-bottom: #e8e8e8 solid 1px;
	padding-bottom: 10px;
}
.index-borad-3 .tit .more {
	float: right;
	font-size: 16px;
	line-height: 28px;
}
.index-borad-3 .list-2 {
	height: 290px;
	overflow: hidden;
}
.panel {
	background-color: #fff;
	border: #e8e8e8 solid 1px;
	margin-top: 10px;
	border-top: #cc0000 solid 2px;
	padding: 0 15px 10px;
}
.panel .tit {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: #e8e8e8 solid 1px;
}
.panel .tit span {
	font-size: 20px;
	display: block;
	background: url(../images/icoTz09.png) no-repeat left center;
	color: #cc0000;
	padding-left: 15px;
}
.panel .tit .more {
	float: right;
	font-size: 16px;
	line-height: 28px;
}

.panel-xx {
	background-color: #fff;
	margin-top: 10px;
	border: #cc0000 solid 1px;
	padding: 0 15px 10px;
}

.panel-xx .tit {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: #e8e8e8 solid 1px;
}
.panel-xx .tit span {
	font-size: 20px;
	display: block;
	background: url(../images/icoTz09.png) no-repeat left center;
	color: #cc0000;
	padding-left: 15px;
}
.panel-xx .tit .more {
	float: right;
	font-size: 16px;
	line-height: 28px;
}



.panel .list-1 {
/* 	margin-top: -5px; */
}
.col-1, .col-2, .col-3 {
	margin-left: -10px;
}
.col-1 .col-item {
	float: left;
	margin-left: 10px;
	width: 460px;
}
.col-2 .col-item {
	float: left;
	margin-left: 10px;
	width: 393px;
}
.col-3 .col-item{
    float: left;
	margin-left: 10px;
	width: 292.5px;
}
.gg {
	width: 260px !important;
}
.gg .panel {
	/* height: 271px; */
	background: url(../images/picTz01.jpg) no-repeat center / 100% 100%;
	border: 0;
	padding: 0;
}
.gg a {
	display: block;
	height: 87px;
}
.ad-1 {
	margin-top: 10px;
}
.tupian .swiper-slide a {
	display: block;
}
.tupian .swiper-slide .img-center {
	height: 213px;
	line-height: 213px;
}
.tupian .swiper-slide p {
	margin: 10px 0 0;
	text-align: center;
	height: 40px;
	overflow: hidden;
}
.tupian .swiper-pagination {
	position: static;
	margin-top: 10px;
}
.ztzl {
	background-color: #fff;
	border: #e8e8e8 solid 1px;
	margin-top: 10px;
	padding: 20px;
}
.ztzl .tit {
	float: left;
	width: 96px;
	height: 96px;
	/* background: url(../images/xxls.png) no-repeat center/ contain; */
	font-size: 0;
}
.ztzl ul {
	margin-left: 116px;
	overflow: hidden;
}
.ztzl li {
    text-align: center;
	float: left;
	width: 50%;
}
.ztzl li a {
	display: block;
	line-height: 40px;
    font-size: 16px;
	/* background: url(../images/icoTz10.png) no-repeat left center; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ztzl li:first-child{
    text-align: center;
    float: left;
	width: 100%;
}
.ztzl li:first-child a {
    line-height: 56px;
	font-size: 32px;
	color: #cc0000;
    font-weight: bold;
}

.footer {
	padding: 20px 0;
    background-color: #cc0000;
    color: #fff;
}
.footer .container {
	position: relative;
}
.footer-link {
	font-size: 0;
	text-align: center;
	margin-left: -10px;
	margin-bottom: 20px;
}
.footer-link li {
	display: inline-block;
	vertical-align: middle;
}
.footer-link li .wrap {
	margin-left: 10px;
}
.footer-link li select {
	background: #fff;
	height: 34px;
	font-size: 14px;
	width: 150px;
}
.footer-nav {
	text-align: center;
	margin-bottom: 10px;
    
}
.footer a{
    color: #fff;
}
.footer-nav span {
	padding: 0 10px;
}
.footer-copy {
	text-align: center;
}
.footer-copy p {
	margin: 0;
}
.footer-ewm {
	position: absolute;
	right: 15px;
	bottom: 0;
}
.footer-ewm .img-center {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	margin-right: 10px;
}
.main {
	background-color: #fff;
	padding: 20px;
}
.bannerb {
	background-color: #fff;
	padding: 20px 20px 0 20px;
}
.ct2-sd {
	float: left;
	width: 260px;
}
.ct2-mn {
	float: right;
	width: 880px;
}
.ct2-sd .panel {
	background-color: #f6f6f6;
	border: 0;
}
.panel-sd {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}
.panel-sd:last-child {
	margin-bottom: 0;
}
.panel-sd .tit {
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #cc0000;
	padding: 15px 0;
}
.panel-sd .tit span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #b5d9ff;
}
.lanmu li {
	border-bottom: 1px dotted #ddd;
    text-align: center;
}
.lanmu li:last-child {
	border-bottom: 0;
    
}
.lanmu li>a {
	display: block;
	line-height: 44px;
/* 	padding: 0 0 0 25px; */
	font-size: 18px;
}
.lanmu li .arr {
	float: right;
	height: 45px;
	width: 40px;
	position: relative;
	cursor: pointer;
}
.lanmu li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.lanmu-box {
	display: none;
}
.lanmu-box p {
	margin: 0;
	border-top: 1px dotted #ddd;
	padding-left: 15px;
}
.lanmu-box p a {
	padding: 0 25px;
	display: block;
	line-height: 40px;
}
.lanmu li>a:hover, .lanmu li.active>a {
	color: #cc0000;
	font-weight: bold;
}
.lanmu li.open .lanmu-box {
	display: block;
}
.lanmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.position {
	padding: 0 0 15px 24px;
	border-bottom: #f0f0f0 solid 2px;
	margin-bottom: 15px;
	background: url(../images/location_Yz_ic.gif) no-repeat 0 0;
}
.pages {
	margin: 20px 0 0;
	text-align: center;
	font-size: 0;
    clear: both;
}
.pages a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pages a:hover, .pages a.active {
	background-color: #cc0000;
	color: #fff;
}
.list-3 {
	border-bottom: #dadada dashed 1px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.list-3 li a {
	display: block;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
.list-3 li span {
	float: right;
	color: #999;
}
.list-3 .line {
	border-bottom: #dadada dashed 1px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.bordernone {
	border-bottom: none;
}
.fengmian-tit {
	border-bottom: 2px solid #e2e2e2;
	margin-bottom: 15px;
}
.fengmian-tit .more {
	float: right;
	line-height: 28px;
}
.fengmian-tit span {
	display: inline-block;
	font-size: 20px;
	background: url(../images/icoTz09.png) no-repeat 0 5px;
	padding-left: 15px;
	color: #cc0000;
	border-bottom: 2px solid #cc0000;
	margin-bottom: -2px;
	padding-bottom: 10px;
}
.news-wrap {
	padding: 30px 40px;
}
.news-title {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.news-title h1 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
    font-family: 'Noto Serif SC', serif;
    color: #cc0000;
}
.news-title p {
	margin: 15px 0 0;
	font-size: 0;
}
.news-title p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
	margin: 0 10px;
}
.news-content {
	line-height: 1.8;
}
.news-content p{
    margin-top: 0;
    margin-bottom: 0;
}
.news-content img {
	max-width: 100% !important;
/* 	width: auto !important; */
	height: auto !important;
}

.slider1{ margin:0 auto;  position:relative; overflow:hidden;background:#000; 
	margin-top: 10px; margin-left: 10px; }
	.slider1 .bd{ position:relative; z-index:0;  }
	.slider1 .bd li{ height:160px; overflow:hidden; }
	.slider1 .bd li img{ display:block;  }
	
	.slider1 .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:20px; line-height:20px; }
	.slider1 .hd ul{ text-align:center;  }
	.slider1 .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:9px; height:9px; margin:0 4px;
		background:url(/res/img/dot.png) 0 -16px;
		overflow:hidden;  filter:alpha(opacity=70);opacity:0.7;  vertical-align:top; line-height:9999px;
	}
	.slider1 .hd ul .on{ background-position:0 0;  }
	.slider1 .timer{ position:absolute; z-index:1; left:0; bottom:0; height:4px; width:0; background:#005ea8; filter:alpha(opacity=40);opacity:0.4; font-size:0; overflow:hidden;   }
	


.slider2{ margin:0 auto;  position:relative; overflow:hidden;background:#000; 
		margin-top: 10px; margin-left: 10px; }
	.slider2 .bd{ position:relative; z-index:0;  }
	.slider2 .bd li{ height:160px; overflow:hidden; }
	.slider2 .bd li img{ display:block;  }
		
	.slider2 .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:20px; line-height:20px; }
	.slider2 .hd ul{ text-align:center;  }
	.slider2 .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:9px; height:9px; margin:0 4px;
			background:url(/res/img/dot.png) 0 -16px;
			overflow:hidden;  filter:alpha(opacity=70);opacity:0.7;  vertical-align:top; line-height:9999px;
		}
	.slider2 .hd ul .on{ background-position:0 0;  }
	.slider2 .timer{ position:absolute; z-index:1; left:0; bottom:0; height:4px; width:0; background:#005ea8; filter:alpha(opacity=40);opacity:0.4; font-size:0; overflow:hidden;   }
		
	


 @media screen and (max-width: 767px) {
body {
	min-width: 320px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.container {
	width: auto;
}
.kf {
	display: none;
}
.footer-fix {
	display: block;
}
.header {
	/* padding: 10px 0; */
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px #ddd;
	background-size: auto 50px;
	background-position: right 0;
}



.header .topbar, .header .sc-form {
	display: none;
}
.header .logo {
	height: 60px;
	line-height: 60px;
	float: none;
	padding: 0;
    text-align: center;
}
.header .nav {
	margin: 10px 0 -10px;
	text-align: left;
	display: none;
	background-color: transparent;
	border-bottom: 0;
}
.header .nav ul {
	margin: 0 -15px;
    background-color: #fff;
}
.header .nav li {
	display: block;
	margin: 0;
	border-top: 1px solid #eee;
	border-right: 0;
}
.header .nav li a {
	line-height: 40px;
	padding: 0 15px;
	color: #333;
	font-size: 16px;
}
.header .nav li .arr {
	display: block;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	background-color: transparent;
	color: #cc0000
}
.header .nav li.open .arr:after {
	border-color: #cc0000;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.header .nav .dropdown-box {
	position: static;
	background-color: #f5f5f5;
	min-width: auto;
	text-align: left;
}
.header .nav .dropdown-box a {
	color: #333 !important;
	border-top: 1px dotted #ddd;
	padding: 0 15px;
	line-height: 40px;
	background-color: transparent !important;
	border-bottom: 0;
}
.menu-btn {
	display: block;
}
.index-borad-1 {
	width: auto;
	float: none;
	margin-top: 10px;
}
.index-borad-1 .swiper-slide .img-cover {
	height: auto;
	padding-top: 66.6%;
}
.index-borad-1 .swiper-slide dl {
	padding: 15px 15px 15px 0;
}
.index-borad-1 .swiper-slide dt {
	width: 75px;
}
.index-borad-1 .swiper-slide dd {
	margin-left: 90px;
}
.index-borad-1 .swiper-button-prev, .index-borad-1 .swiper-button-next {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
.index-borad-1 .swiper-pagination {
	bottom: 85px;
}
.index-borad-2 {
	margin: 10px 0 0;
	width: auto;
	height: auto;
	float: none;
	padding: 15px;
}
.index-borad-2 .tit {
	margin-bottom: 10px;
}
.index-borad-2 .tit span {
	font-size: 18px;
	line-height: 36px;
	padding-left: 12px;
}
.index-borad-2 .tit .more {
	line-height: 36px;
}
.index-borad-3 {
	margin: 10px 0 0;
	width: auto;
	height: auto;
	float: none;
	padding: 15px;
}
.index-borad-3 .tit {
	margin-bottom: 15px;
	font-size: 18px;
}
.index-borad-3 .tit .more {
	line-height: 25px;
	font-size: 14px;
}
.col-1 .col-item, .col-2 .col-item, .col-3 .col-item {
	float: none;
	width: auto;
}
.panel .tit span {
	font-size: 18px;
}
.panel .tit .more {
	font-size: 14px;
	line-height: 25px;
}
.gg {
	display: none;
}
.ztzl {
	padding: 15px;
}
.ztzl .tit {
	float: none;
	background: none;
	font-size: 18px;
	height: auto;
	width: auto;
	color: #cc0000;
	margin-bottom: 10px;
}
.ztzl ul {
	margin: 0;
}
.ztzl li {
	float: none;
	width: auto;
}
.ztzl li a {
	margin-left: 0;
}
.footer {
	font-size: 12px;
}
.footer-link, .footer-ewm {
	display: none;
}
.footer-nav span {
	padding: 0 5px;
}
.main {
	padding: 15px;
}
.ct2-sd {
	display: none;
}
.ct2-mn {
	float: none;
	width: auto;
}
.position {
	font-size: 12px;
	background-size: auto 14px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-position: 0 1px;
}
.pages {
	margin-top: 15px;
}
.pages a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.list-3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list-3 li a {
	font-size: 14px;
	line-height: 32px;
}
.fengmian-tit {
	margin-bottom: 10px;
	margin-top: 15px;
}
.fengmian-tit span {
	font-size: 18px;
	background-position: 0 3px;
}
.fengmian-tit .more {
	line-height: 25px;
}
.news-wrap {
	padding: 0;
}
.news-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.news-title h1 {
	font-size: 18px;
}
.news-title p {
	margin-top: 10px;
}
.news-title p span {
	font-size: 12px;
	margin: 0 5px;
}
.bannerb{
	display: none;
}
}


.search-page .search-bar {
    padding: 20px;
    margin-bottom: 40px;
    background-color: #fff
}

.search-page .search-bar input {
    border: none;
    background-color: #f3f6f9;
    color: #a0a9b4;
    height: 55px
}

.search-page .search-bar button {
    color: #fff;
    height: 55px;
    width: 130px;
    margin-left: -3px;
    margin-top: -2px
}

.search-page .search-bar .search-desc {
    margin: 0;
    color: #a0a9b4;
    font-size: 13px
}

.search-page .search-filter {
    background-color: #fff;
    padding: 40px 30px 0;
    margin-bottom: 30px
}

.search-page .search-filter>.search-label {
    color: #a0a9b4;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 40px
}

.search-page .search-filter>.search-label:first-child {
    margin-top: 0
}

.search-page .search-filter input,
.search-page .search-filter select {
    color: #727f89;
    font-weight: 700;
    font-size: 14px
}

.search-page .search-filter button {
    margin: 40px 0;
    padding: 15px 0
}

.search-page .search-filter .search-filter-divider {
    display: block;
    height: 1px
}

.search-page .search-pagination>.pagination>li>a {
    margin: 0 3px
}

.search-page .search-pagination>.pagination>.page-active>a {
    background-color: #40aae2;
    color: #fff
}

.search-content-1 .search-container,
.search-content-2 .search-container {
    background-color: #fff
}

.search-page .search-pagination.pagination-rounded>.pagination>li>a {
    border-radius: 50%!important
}

.search-content-1 .search-container>ul {
    padding: 0 20px 20px;
    margin-bottom: 0
}

.search-content-1 .search-container>ul .search-item {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid;
    border-color: #f4f6f8
}

.search-content-1 .search-container>ul .search-item>a>img {
    width: 100px;
    float: left;
    margin-right: 20px
}

.search-content-1 .search-container>ul .search-item>.search-content {
    /* padding-left: 120px */
}

.search-content-1 .search-container>ul .search-item>.search-content>.search-title {
    font-size: 20px;
    margin: 15px 0 10px;
    font-weight: 600
}

.search-content-1 .search-container>ul .search-item>.search-content>.search-title>a {
    font-size: 16px;
    font-weight: 400
}

.search-content-1 .search-container>ul .search-item>.search-content>.search-title>a:hover {
    text-decoration: none;
    color: #cc0000
}

.search-content-1 .search-container>ul .search-item>.search-content>.search-desc {
    color: #a0a9b4;
    font-size: 13px;
    margin: 0
}

.search-content-1 .search-container>ul .search-item:last-child {
    border: none
}

.search-content-2 .search-container>ul {
    padding: 20px;
    margin-bottom: 0
}

.search-content-2 .search-container>ul>.search-item-header {
    list-style: none;
    padding: 0 0 5px;
    border-bottom: 1px solid;
    border-color: #f4f6f8
}

.search-content-2 .search-container>ul>.search-item-header h3 {
    font-size: 17px;
    color: #a0a9b4;
    margin: 5px 0 0
}

.search-content-2 .search-container>ul .search-item {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid;
    border-color: #f4f6f8
}

.search-content-2 .search-container>ul .search-item:last-child,
.search-content-4 .search-table th {
    border: none
}

.search-content-2 .search-container>ul .search-item>.search-content p {
    margin: 0
}

.search-content-2 .search-container>ul .search-item>.search-content .search-title {
    font-size: 19px;
    margin: 0 0 20px;
    font-weight: 600
}

.search-content-2 .search-container>ul .search-item>.search-content .search-title>a {
    color: #4e5a64
}

.search-content-2 .search-container>ul .search-item>.search-content .search-title>a:hover {
    text-decoration: none;
    color: #cc0000
}

.search-content-2 .search-container>ul .search-item>.search-content .search-desc {
    color: #a0a9b4;
    font-size: 13px
}

.search-content-2 .search-container>ul .search-item>.search-content .search-desc>a {
    color: #cc0000
}

.search-content-2 .search-container>ul .search-item>.search-content .search-desc>a:hover {
    text-decoration: none;
    color: #326b9e
}

.search-content-2 .search-container>ul .search-item>.search-content .search-counter-number {
    font-size: 21px;
    color: #4e5a64;
    margin-bottom: 15px
}

.search-content-2 .search-container>ul .search-item>.search-content .search-counter-label {
    font-size: 13px;
    color: #8b96a4
}

.search-content-3 .tile-container {
    margin-bottom: 30px
}

.search-content-3 .tile-container>.tile-thumbnail {
    height: 200px;
    overflow: hidden;
    position: relative
}

.search-content-3 .tile-container>.tile-thumbnail img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.search-content-3 .tile-container>.tile-title {
    background-color: #fff;
    padding: 20px 0
}

.search-content-3 .tile-container>.tile-title>h3 {
    font-size: 19px;
    font-weight: 600;
    height: 20px;
    width: 220px;
    overflow: hidden;
    margin: 0;
    display: inline-block
}

.search-content-3 .tile-container>.tile-title>h3>a {
    color: #4e5a64
}

.search-content-3 .tile-container>.tile-title>h3>a:hover {
    text-decoration: none;
    color: #cc0000
}

.search-content-3 .tile-container>.tile-title i {
    float: right;
    font-size: 24px;
    margin: 0 5px
}

.search-content-3 .tile-container>.tile-title>.tile-desc {
    font-size: 14px
}

.search-content-3 .tile-container>.tile-title>.tile-desc>p {
    margin: 20px 0 0
}

.search-content-3 .tile-container>.tile-title>.tile-desc>p>a:hover {
    text-decoration: none
}

.search-content-4 .search-bar .extra-buttons button {
    margin-right: 20px
}

.search-content-4 .search-bar .extra-buttons button:last-child {
    margin-right: 0;
    width: 170px
}

.search-content-4 .search-table th>a {
    color: #fff
}

.search-content-4 .search-table th>a:hover {
    text-decoration: none;
    color: #eee
}

.search-content-4 .search-table td,
.search-content-4 .search-table th {
    padding: 20px 30px;
    vertical-align: middle
}

.search-content-4 .search-table td {
    border-color: #fff
}

.search-content-4 .search-table .table-status i {
    font-size: 26px;
    padding-top: 10px
}

.search-content-4 .search-table .table-date {
    font-weight: 600;
    font-size: 14px;
    width: 180px
}

.search-content-4 .search-table .table-date a {
    color: #cc0000
}

.search-content-4 .search-table .table-date a:hover {
    text-decoration: none;
    color: #326b9e
}

.search-content-4 .search-table .table-title {
    width: 390px
}

.book_left .zt0,
.book_left .zt1 {
    position: absolute;
    left: 10px;
    top: -5px;
    width: 67px;
    height: 68px
}

.search-content-4 .search-table .table-title>h3 {
    margin: 0;
    color: #4e5a64;
    font-size: 19px;
    font-weight: 600
}

.search-content-4 .search-table .table-title>h3>a {
    color: #4e5a64
}

.search-content-4 .search-table .table-title>h3>a:hover {
    text-decoration: none;
    color: #cc0000
}

.search-content-4 .search-table .table-title>p {
    margin-bottom: 0;
    margin-top: 10px
}

.search-content-4 .search-table .table-title>p>a {
    color: #cc0000
}

.search-content-4 .search-table .table-title>p>a:hover {
    text-decoration: none;
    color: #326b9e
}

.search-content-4 .search-table .table-desc {
    font-size: 14px;
    color: #8b96a4
}

.search-content-4 .search-table .table-download i {
    font-size: 30px;
    padding-top: 10px
}



.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff
}

.portlet.light.bordered {
    border: 1px solid #e7ecf1!important
}

.portlet.light.bordered>.portlet-title {
    border-bottom: 1px solid #eef1f5
}

.portlet.light.bg-inverse {
    background: #f1f4f7
}

.portlet.light>.portlet-title {
    padding: 0;
    min-height: 48px
}

.portlet.light>.portlet-title>.caption {
    color: #666;
    padding: 10px 0
}

.portlet.light>.portlet-title>.caption>.caption-subject {
    font-size: 16px
}

.portlet.light>.portlet-title>.caption>i {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    margin-top: 3px
}

.portlet.solid.blue-chambray>.portlet-title>.caption,
.portlet.solid.blue-dark>.portlet-title>.caption,
.portlet.solid.blue-ebonyclay>.portlet-title>.caption,
.portlet.solid.blue-hoki>.portlet-title>.caption,
.portlet.solid.blue-madison>.portlet-title>.caption,
.portlet.solid.blue-oleo>.portlet-title>.caption,
.portlet.solid.blue-sharp>.portlet-title>.caption,
.portlet.solid.blue-soft>.portlet-title>.caption,
.portlet.solid.blue-steel>.portlet-title>.caption,
.portlet.solid.blue>.portlet-title>.caption,
.portlet.solid.dark>.portlet-title>.caption,
.portlet.solid.default>.portlet-title>.caption,
.portlet.solid.green-dark>.portlet-title>.caption,
.portlet.solid.green-haze>.portlet-title>.caption,
.portlet.solid.green-jungle>.portlet-title>.caption,
.portlet.solid.green-meadow>.portlet-title>.caption,
.portlet.solid.green-seagreen>.portlet-title>.caption,
.portlet.solid.green-sharp>.portlet-title>.caption,
.portlet.solid.green-soft>.portlet-title>.caption,
.portlet.solid.green-steel>.portlet-title>.caption,
.portlet.solid.green-turquoise>.portlet-title>.caption,
.portlet.solid.green>.portlet-title>.caption,
.portlet.solid.grey-cararra>.portlet-title>.caption,
.portlet.solid.grey-cascade>.portlet-title>.caption,
.portlet.solid.grey-gallery>.portlet-title>.caption,
.portlet.solid.grey-mint>.portlet-title>.caption,
.portlet.solid.grey-salsa>.portlet-title>.caption,
.portlet.solid.grey-salt>.portlet-title>.caption,
.portlet.solid.grey-silver>.portlet-title>.caption,
.portlet.solid.grey-steel>.portlet-title>.caption,
.portlet.solid.grey>.portlet-title>.caption,
.portlet.solid.purple-intense>.portlet-title>.caption,
.portlet.solid.purple-medium>.portlet-title>.caption,
.portlet.solid.purple-plum>.portlet-title>.caption,
.portlet.solid.purple-seance>.portlet-title>.caption,
.portlet.solid.purple-sharp>.portlet-title>.caption,
.portlet.solid.purple-soft>.portlet-title>.caption,
.portlet.solid.purple-studio>.portlet-title>.caption,
.portlet.solid.purple-wisteria>.portlet-title>.caption,
.portlet.solid.purple>.portlet-title>.caption,
.portlet.solid.red-flamingo>.portlet-title>.caption,
.portlet.solid.red-haze>.portlet-title>.caption,
.portlet.solid.red-intense>.portlet-title>.caption,
.portlet.solid.red-mint>.portlet-title>.caption,
.portlet.solid.red-pink>.portlet-title>.caption,
.portlet.solid.red-soft>.portlet-title>.caption,
.portlet.solid.red-sunglo>.portlet-title>.caption,
.portlet.solid.red-thunderbird>.portlet-title>.caption,
.portlet.solid.red>.portlet-title>.caption,
.portlet.solid.white>.portlet-title>.caption,
.portlet.solid.yellow-casablanca>.portlet-title>.caption,
.portlet.solid.yellow-crusta>.portlet-title>.caption,
.portlet.solid.yellow-gold>.portlet-title>.caption,
.portlet.solid.yellow-haze>.portlet-title>.caption,
.portlet.solid.yellow-lemon>.portlet-title>.caption,
.portlet.solid.yellow-mint>.portlet-title>.caption,
.portlet.solid.yellow-saffron>.portlet-title>.caption,
.portlet.solid.yellow-soft>.portlet-title>.caption,
.portlet.solid.yellow>.portlet-title>.caption {
    font-weight: 400
}

.portlet.light>.portlet-title>.caption.caption-md>.caption-subject {
    font-size: 15px
}

.portlet.light>.portlet-title>.caption.caption-md>i {
    font-size: 14px
}

.portlet.light>.portlet-title>.actions {
    padding: 6px 0 14px
}

.portlet.light>.portlet-title>.actions .btn-default {
    color: #666
}

.portlet.light>.portlet-title>.actions .btn-icon-only {
    height: 27px;
    width: 27px
}

.portlet.light>.portlet-title>.actions .dropdown-menu li>a {
    color: #555
}

.portlet.light>.portlet-title>.inputs {
    float: right;
    display: inline-block;
    padding: 4px 0
}

.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>i {
    font-size: 14px;
    margin-top: 9px
}

.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>.form-control {
    height: 30px;
    padding: 2px 26px 3px 10px;
    font-size: 13px
}

.portlet.light>.portlet-title>.inputs>.portlet-input>.form-control {
    height: 30px;
    padding: 3px 10px;
    font-size: 13px
}

.portlet.light>.portlet-title>.pagination {
    padding: 2px 0 13px
}

.portlet.light>.portlet-title>.tools {
    padding: 10px 0 13px;
    margin-top: 2px
}

.portlet.light>.portlet-title>.nav-tabs>li {
    margin: 0;
    padding: 0
}

.portlet.light>.portlet-title>.nav-tabs>li>a {
    margin: 0;
    padding: 12px 13px 13px;
    font-size: 13px;
    color: #666
}

.portlet.light>.portlet-title>.nav-tabs>li.active>a,
.portlet.light>.portlet-title>.nav-tabs>li:hover>a {
    margin: 0;
    background: 0 0;
    color: #333
}

.portlet.light.form-fit {
    padding: 0
}

.portlet.light.form-fit>.portlet-title {
    padding: 17px 20px 10px;
    margin-bottom: 0
}

.portlet.light .portlet-body {
    padding-top: 8px
}

.portlet.light.portlet-fullscreen>.portlet-body {
    padding: 8px 0
}

.portlet.light.portlet-fit {
    padding: 0
}

.portlet.light.portlet-fit>.portlet-title {
    padding: 15px 20px 10px
}

.portlet.light.portlet-fit>.portlet-body {
    padding: 10px 20px 20px
}

.portlet.light.portlet-fit.portlet-form>.portlet-body {
    padding: 0
}

.portlet.light.portlet-fit.portlet-form>.portlet-body .form-actions {
    background: 0 0
}

.portlet.box.white>.portlet-title,
.portlet.white,
.portlet>.portlet-body.white {
    background-color: #fff
}

.portlet.light.portlet-datatable.portlet-fit>.portlet-body {
    padding-top: 10px;
    padding-bottom: 25px
}

.form {
    padding: 0!important
}

.form .form-body,
.portlet-form .form-body {
    padding: 20px
}

.portlet.light .form .form-body,
.portlet.light .portlet-form .form-body {
    padding-left: 0;
    padding-right: 0
}

.form .form-actions,
.portlet-form .form-actions {
    padding: 20px;
    margin: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e7ecf1
}

.portlet.light .form .form-actions,
.portlet.light .portlet-form .form-actions {
    background: 0 0;
    padding-left: 0;
    padding-right: 0
}

.form .form-actions.nobg,
.portlet-form .form-actions.nobg,
.tiles .tile .tile-object {
    background-color: transparent
}

.form .form-actions.noborder,
.portlet-form .form-actions.noborder {
    border-top: 0
}

.portlet .form .form-actions,
.portlet .portlet-form .form-actions {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.form .form-actions:after,
.form .form-actions:before,
.portlet-form .form-actions:after,
.portlet-form .form-actions:before {
    content: " ";
    display: table
}

.form .form-actions.right,
.portlet-form .form-actions.right {
    padding-left: 0;
    padding-right: 20px;
    text-align: right
}

.portlet.light .form .form-actions.right,
.portlet.light .portlet-form .form-actions.right {
    padding-right: 0
}

.form .form-actions.left,
.portlet-form .form-actions.left {
    padding-left: 20px;
    padding-right: 0;
    text-align: left
}

.checkbox-list>label.checkbox-inline:first-child,
.checkbox>label,
.form-horizontal .checkbox>label,
.portlet.light .form .form-actions.left,
.portlet.light .portlet-form .form-actions.left,
.radio-list>label.radio-inline:first-child {
    padding-left: 0
}

.form .form-actions.top,
.portlet-form .form-actions.top {
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 0;
    border-bottom: 1px solid #e7ecf1
}

.portlet.light .form .form-actions.top,
.portlet.light .portlet-form .form-actions.top {
    background: 0 0
}

.form .form-actions .btn-set,
.portlet-form .form-actions .btn-set {
    display: inline-block
}

@media (max-width:767px) {
    .sliderss{
        display: none;
    }
    .bannerb{
        display: none;
    }
    .form .form-actions .btn-set,
    .portlet-form .form-actions .btn-set {
        margin-bottom: 3px;
        margin-top: 3px;
        float: left!important
    }
}

.form .form-section,
.portlet-form .form-section {
    margin: 30px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7ecf1
}

.form .form-bordered .form-group .help-block,
.form .form-row-seperated .form-group .help-block,
.form-horizontal .radio-list>label {
    margin-bottom: 0
}

.form-fit .form .form-section,
.form-fit .portlet-form .form-section {
    margin-left: 20px;
    margin-right: 20px
}

.checkbox,
.form-horizontal .checkbox {
    padding: 0
}

.checkbox-list>label {
    display: block
}

.checkbox-list>label.checkbox-inline {
    display: inline-block
}

.radio-list>label {
    display: block
}

.form-control-static,
.input-inline,
.radio-list>label.radio-inline {
    display: inline-block
}

.form-horizontal .radio-list .radio {
    padding-top: 1px
}

.form-horizontal .radio>span {
    margin-top: 2px
}

.form .form-row-seperated .portlet-body {
    padding: 0
}

.form .form-row-seperated .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef;
    padding: 15px 0
}

.form .form-row-seperated .form-group.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 13px
}

.form .form-row-seperated .form-body {
    padding: 0
}

.form .form-row-seperated .form-actions {
    padding-left: 15px!important;
    padding-right: 15px!important
}

.form .form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #efefef
}

.form .form-bordered .form-group>div {
    padding: 15px;
    border-left: 1px solid #efefef
}

.form .form-bordered .form-group.last {
    border-bottom: 0
}

.form .form-bordered .form-group .control-label {
    padding-top: 20px
}

@media (max-width:991px) {
    .form .form-bordered .form-group>div {
        border-left: 0
    }
    .form .form-bordered .form-group .control-label {
        padding-top: 10px
    }
}

.form .form-bordered .form-group .form-control {
    margin: 0
}

.form .form-bordered .form-body {
    margin: 0;
    padding: 0
}

.form .form-bordered .form-actions {
    margin-top: 0;
    padding-left: 16px!important;
    padding-right: 16px!important
}

@media (max-width:991px) {
    .form .form-bordered .form-actions {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
}

.form .form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc
}

.form .form-horizontal.form-bordered.form-row-stripped .form-control {
    background: #fff!important
}

.form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even)>div {
    background-color: #fff
}

.form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc
}

.form-horizontal .form-group .input-sm {
    margin-top: 3px
}

.form-horizontal .form-group .form-control-static {
    margin-top: 1px
}

.form-control {
    outline: 0!important
}

.form-control.height-auto {
    height: auto
}

.input-group-addon>i {
    color: #c5cdda
}

.form-control.white {
    border-color: #fff
}

.form-control.white:focus {
    border-color: #e6e6e6
}

.form-control.focus-white:focus {
    border-color: #fff
}

.form-control.default {
    border-color: #e1e5ec
}

.form-control.default:focus {
    border-color: #c2cad8
}

.form-control.focus-default:focus {
    border-color: #e1e5ec
}

.form-control.dark {
    border-color: #2f353b
}

.form-control.dark:focus {
    border-color: #181c1f
}

.form-control.focus-dark:focus {
    border-color: #2f353b
}

.form-control.blue {
    border-color: #40aae2
}

.form-control.blue:focus {
    border-color: #217ebd
}

.form-control.focus-blue:focus {
    border-color: #40aae2
}

.form-control.blue-madison {
    border-color: #578ebe
}

.form-control.blue-madison:focus {
    border-color: #3f74a3
}

.form-control.focus-blue-madison:focus {
    border-color: #578ebe
}

.form-control.blue-chambray {
    border-color: #2C3E50
}

.form-control.blue-chambray:focus {
    border-color: #1a252f
}

.form-control.focus-blue-chambray:focus {
    border-color: #2C3E50
}

.form-control.blue-ebonyclay {
    border-color: #22313F
}

.form-control.blue-ebonyclay:focus {
    border-color: #10171e
}

.form-control.focus-blue-ebonyclay:focus {
    border-color: #22313F
}

.form-control.blue-hoki {
    border-color: #67809F
}

.form-control.blue-hoki:focus {
    border-color: #526781
}

.form-control.focus-blue-hoki:focus {
    border-color: #67809F
}

.form-control.blue-steel {
    border-color: #4B77BE
}

.form-control.blue-steel:focus {
    border-color: #395f9d
}

.form-control.focus-blue-steel:focus {
    border-color: #4B77BE
}

.form-control.blue-soft {
    border-color: #4c87b9
}

.form-control.blue-soft:focus {
    border-color: #3b6d97
}

.form-control.focus-blue-soft:focus {
    border-color: #4c87b9
}

.form-control.blue-dark {
    border-color: #5e738b
}

.form-control.blue-dark:focus {
    border-color: #495a6d
}

.form-control.focus-blue-dark:focus {
    border-color: #5e738b
}

.form-control.blue-sharp {
    border-color: #5C9BD1
}

.form-control.blue-sharp:focus {
    border-color: #3782c3
}

.form-control.focus-blue-sharp:focus {
    border-color: #5C9BD1
}

.form-control.blue-oleo {
    border-color: #94A0B2
}

.form-control.blue-oleo:focus {
    border-color: #76869d
}

.form-control.focus-blue-oleo:focus {
    border-color: #94A0B2
}

.form-control.green {
    border-color: #40aae2
}

.form-control.green:focus {
    border-color: #26a1ab
}

.form-control.focus-green:focus {
    border-color: #40aae2
}

.form-control.green-meadow {
    border-color: #1BBC9B
}

.form-control.green-meadow:focus {
    border-color: #158f76
}

.form-control.focus-green-meadow:focus {
    border-color: #1BBC9B
}

.form-control.green-seagreen {
    border-color: #1BA39C
}

.form-control.green-seagreen:focus {
    border-color: #147772
}

.form-control.focus-green-seagreen:focus {
    border-color: #1BA39C
}

.form-control.green-turquoise {
    border-color: #36D7B7
}

.form-control.green-turquoise:focus {
    border-color: #24b699
}

.form-control.focus-green-turquoise:focus {
    border-color: #36D7B7
}

.form-control.green-haze {
    border-color: #44b6ae
}

.form-control.green-haze:focus {
    border-color: #36918b
}

.form-control.focus-green-haze:focus {
    border-color: #44b6ae
}

.form-control.green-jungle {
    border-color: #26C281
}

.form-control.green-jungle:focus {
    border-color: #1e9765
}

.form-control.focus-green-jungle:focus {
    border-color: #26C281
}

.form-control.green-soft {
    border-color: #3faba4
}

.form-control.green-soft:focus {
    border-color: #318680
}

.form-control.focus-green-soft:focus {
    border-color: #3faba4
}

.form-control.green-dark {
    border-color: #4DB3A2
}

.form-control.green-dark:focus {
    border-color: #3d9082
}

.form-control.focus-green-dark:focus {
    border-color: #4DB3A2
}

.form-control.green-sharp {
    border-color: #2ab4c0
}

.form-control.green-sharp:focus {
    border-color: #218d96
}

.form-control.focus-green-sharp:focus {
    border-color: #2ab4c0
}

.form-control.green-steel {
    border-color: #29b4b6
}

.form-control.green-steel:focus {
    border-color: #208b8c
}

.form-control.focus-green-steel:focus {
    border-color: #29b4b6
}

.form-control.grey {
    border-color: #E5E5E5
}

.form-control.grey:focus {
    border-color: #ccc
}

.form-control.focus-grey:focus {
    border-color: #E5E5E5
}

.form-control.grey-steel {
    border-color: #e9edef
}

.form-control.grey-steel:focus {
    border-color: #cbd5da
}

.form-control.focus-grey-steel:focus {
    border-color: #e9edef
}

.form-control.grey-cararra {
    border-color: #fafafa
}

.form-control.grey-cararra:focus {
    border-color: #e1e1e1
}

.form-control.focus-grey-cararra:focus {
    border-color: #fafafa
}

.form-control.grey-gallery {
    border-color: #555
}

.form-control.grey-gallery:focus {
    border-color: #3c3c3c
}

.form-control.focus-grey-gallery:focus {
    border-color: #555
}

.form-control.grey-cascade {
    border-color: #95A5A6
}

.form-control.grey-cascade:focus {
    border-color: #798d8f
}

.form-control.focus-grey-cascade:focus {
    border-color: #95A5A6
}

.form-control.grey-silver {
    border-color: #BFBFBF
}

.form-control.grey-silver:focus {
    border-color: #a6a6a6
}

.form-control.focus-grey-silver:focus {
    border-color: #BFBFBF
}

.form-control.grey-salsa {
    border-color: #ACB5C3
}

.form-control.grey-salsa:focus {
    border-color: #8e9bae
}

.form-control.focus-grey-salsa:focus {
    border-color: #ACB5C3
}

.form-control.grey-salt {
    border-color: #bfcad1
}

.form-control.grey-salt:focus {
    border-color: #a1b1bc
}

.form-control.focus-grey-salt:focus {
    border-color: #bfcad1
}

.form-control.grey-mint {
    border-color: #525e64
}

.form-control.grey-mint:focus {
    border-color: #3b4448
}

.form-control.focus-grey-mint:focus {
    border-color: #525e64
}

.form-control.red {
    border-color: #e7505a
}

.form-control.red:focus {
    border-color: #e12330
}

.form-control.focus-red:focus {
    border-color: #e7505a
}

.form-control.red-pink {
    border-color: #E08283
}

.form-control.red-pink:focus {
    border-color: #d6595a
}

.form-control.focus-red-pink:focus {
    border-color: #E08283
}

.form-control.red-sunglo {
    border-color: #E26A6A
}

.form-control.red-sunglo:focus {
    border-color: #da3f3f
}

.form-control.focus-red-sunglo:focus {
    border-color: #E26A6A
}

.form-control.red-intense {
    border-color: #e35b5a
}

.form-control.red-intense:focus {
    border-color: #dc302e
}

.form-control.focus-red-intense:focus {
    border-color: #e35b5a
}

.form-control.red-thunderbird {
    border-color: #D91E18
}

.form-control.red-thunderbird:focus {
    border-color: #ab1813
}

.form-control.focus-red-thunderbird:focus {
    border-color: #D91E18
}

.form-control.red-flamingo {
    border-color: #EF4836
}

.form-control.red-flamingo:focus {
    border-color: #e02612
}

.form-control.focus-red-flamingo:focus {
    border-color: #EF4836
}

.form-control.red-soft {
    border-color: #d05454
}

.form-control.red-soft:focus {
    border-color: #bd3434
}

.form-control.focus-red-soft:focus {
    border-color: #d05454
}

.form-control.red-haze {
    border-color: #f36a5a
}

.form-control.red-haze:focus {
    border-color: #f03f2a
}

.form-control.focus-red-haze:focus {
    border-color: #f36a5a
}

.form-control.red-mint {
    border-color: #e43a45
}

.form-control.red-mint:focus {
    border-color: #cf1c28
}

.form-control.focus-red-mint:focus {
    border-color: #e43a45
}

.form-control.yellow {
    border-color: #c49f47
}

.form-control.yellow:focus {
    border-color: #a48334
}

.form-control.focus-yellow:focus {
    border-color: #c49f47
}

.form-control.yellow-gold {
    border-color: #E87E04
}

.form-control.yellow-gold:focus {
    border-color: #b66303
}

.form-control.focus-yellow-gold:focus {
    border-color: #E87E04
}

.form-control.yellow-casablanca {
    border-color: #f2784b
}

.form-control.yellow-casablanca:focus {
    border-color: #ef541b
}

.form-control.focus-yellow-casablanca:focus {
    border-color: #f2784b
}

.form-control.yellow-crusta {
    border-color: #f3c200
}

.form-control.yellow-crusta:focus {
    border-color: #c09900
}

.form-control.focus-yellow-crusta:focus {
    border-color: #f3c200
}

.form-control.yellow-lemon {
    border-color: #F7CA18
}

.form-control.yellow-lemon:focus {
    border-color: #d5ab07
}

.form-control.focus-yellow-lemon:focus {
    border-color: #F7CA18
}

.form-control.yellow-saffron {
    border-color: #F4D03F
}

.form-control.yellow-saffron:focus {
    border-color: #f1c40f
}

.form-control.focus-yellow-saffron:focus {
    border-color: #F4D03F
}

.form-control.yellow-soft {
    border-color: #c8d046
}

.form-control.yellow-soft:focus {
    border-color: #adb52e
}

.form-control.focus-yellow-soft:focus {
    border-color: #c8d046
}

.form-control.yellow-haze {
    border-color: #c5bf66
}

.form-control.yellow-haze:focus {
    border-color: #b4ad44
}

.form-control.focus-yellow-haze:focus {
    border-color: #c5bf66
}

.form-control.yellow-mint {
    border-color: #c5b96b
}

.form-control.yellow-mint:focus {
    border-color: #b6a747
}

.form-control.focus-yellow-mint:focus {
    border-color: #c5b96b
}

.form-control.purple {
    border-color: #8E44AD
}

.form-control.purple:focus {
    border-color: #703688
}

.form-control.focus-purple:focus {
    border-color: #8E44AD
}

.form-control.purple-plum {
    border-color: #8775a7
}

.form-control.purple-plum:focus {
    border-color: #6d5b8e
}

.form-control.focus-purple-plum:focus {
    border-color: #8775a7
}

.form-control.purple-medium {
    border-color: #BF55EC
}

.form-control.purple-medium:focus {
    border-color: #ae27e7
}

.form-control.focus-purple-medium:focus {
    border-color: #BF55EC
}

.form-control.purple-studio {
    border-color: #8E44AD
}

.form-control.purple-studio:focus {
    border-color: #703688
}

.form-control.focus-purple-studio:focus {
    border-color: #8E44AD
}

.form-control.purple-wisteria {
    border-color: #9B59B6
}

.form-control.purple-wisteria:focus {
    border-color: #804399
}

.form-control.focus-purple-wisteria:focus {
    border-color: #9B59B6
}

.form-control.purple-seance {
    border-color: #9A12B3
}

.form-control.purple-seance:focus {
    border-color: #720d85
}

.form-control.focus-purple-seance:focus {
    border-color: #9A12B3
}

.form-control.purple-intense {
    border-color: #8775a7
}

.form-control.purple-intense:focus {
    border-color: #6d5b8e
}

.form-control.focus-purple-intense:focus {
    border-color: #8775a7
}

.form-control.purple-sharp {
    border-color: #796799
}

.form-control.purple-sharp:focus {
    border-color: #61527b
}

.form-control.focus-purple-sharp:focus {
    border-color: #796799
}

.form-control.purple-soft {
    border-color: #8877a9
}

.form-control.purple-soft:focus {
    border-color: #6e5c91
}

.form-control.focus-purple-soft:focus {
    border-color: #8877a9
}

.uneditable-input {
    padding: 6px 12px;
    min-width: 206px;
    font-size: 14px;
    font-weight: 400;
    height: 34px;
    color: #555;
    background-color: #fff;
    border: 1px solid #c2cad8;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control-static {
    margin: 0
}

.input-xsmall {
    width: 80px!important
}

.input-small {
    width: 145px!important
}

.input-medium {
    width: 240px!important
}

.input-large {
    width: 320px!important
}

.input-xlarge {
    width: 420px!important
}

@media (max-width:768px) {
    .input-large {
        width: 250px!important
    }
    .input-xlarge {
        width: 300px!important
    }
}

.input-inline {
    width: auto
}

.input-fixed {
    overflow: hidden
}

.form-group .input-inline {
    margin-right: 5px
}

@media (max-width:768px) {
    .input-lg {
        width: 250px!important
    }
    .input-xlg {
        width: 300px!important
    }
}

.input-circle {
    border-radius: 25px!important
}

.input-circle-right {
    border-radius: 0 25px 25px 0!important
}

.input-circle-left {
    border-radius: 25px 0 0 25px!important
}

.input-circle-bottom {
    border-radius: 0 0 25px 25px!important
}

.input-circle-top {
    border-radius: 25px 25px 0 0!important
}
.form-group {
    margin-bottom: 15px
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.fc-search-param .form-group label {
    margin-bottom: 10px
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

.label {
    text-shadow: none!important;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 6px;
    color: #fff;
    font-family: "Open Sans", sans-serif
}

.label.label-sm {
    font-size: 13px;
    padding: 2px 5px
}

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
    font-size: 75%
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #9ca8bb
}

.label-primary {
    background-color: #40aae2
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #36c6d3
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #27a4b0
}

.label-info {
    background-color: #659be0
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #3a80d7
}

.label-warning {
    background-color: #F1C40F
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #c29d0b
}

.label-danger {
    background-color: #ed6b75
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #e73d4a
}

.label.label-icon {
    padding: 4px 0 4px 4px;
    margin-right: 2px;
    text-align: center!important
}

.label.label-icon>i {
    font-size: 12px;
    text-align: center!important
}

.note p,
.page-loading,
.panel .panel-body {
    font-size: 13px
}

.ie8 .label.label-icon,
.ie9 .label.label-icon {
    padding: 3px 0 3px 3px
}
.label-default {
    background-color: #bac3d0
}

.fc-search-param .control-label {
    text-align: right;
    width: 11%
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

.pagination p{
	margin:0;
	cursor:pointer
}
.pagination{
	height:40px;
	padding:20px 0px;
}
.pagination li.active a{
	border:none;
	background:#cc0000;
	border: 1px #cc0000 solid;
	color:#fff;
}
.pagination a{
	display:block;
	float:left;
	margin-right:10px;
	padding:2px 12px;
	height:24px;
	border:1px #cccccc solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:12px;
	line-height:24px;
}
.pagination a:hover{
	color:#cc0000;
	background: white;
	border:1px #cc0000 solid;
}
.pagination a.active{
	border:none;
	background:#cc0000;
	color:#fff;
}
.pagination p{
	float:left;
	padding:2px 12px;
	font-size:12px;
	height:24px;
	line-height:24px;
	color:#bbb;
	border:1px #ccc solid;
	background:#fcfcfc;
	margin-right:8px;
	margin-top: 5px;
}
.pagination p.pageRemark{
	border-style:none;
	background:none;
	margin-right:0px;
	padding:4px 0px;
	color:#666;
}
.pagination p.pageRemark b{
	color:red;
}
.pagination p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0px;
	color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}


.bgstretcher-area {
    text-align: left;
}

.bgstretcher {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    height: 100%;
}

.bgstretcher,
.bgstretcher ul,
.bgstretcher li {
    left: 0;
    top: 0px;
}


.bgstretcher ul,
.bgstretcher li {
    position: absolute;
}

.bgstretcher ul,
.bgstretcher li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bgstretcher,
.bgstretcher ul {
    left: 0;
    top: 0px;
}

/*  Compatibility with old browsers  */
.bgstretcher {
    _position: absolute;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/*ie11*/

/*选项卡*/
.slideTxtBox{  text-align:left;  }
.slideTxtBox .hd{ height:28px; line-height:28px; background:#fff; font-family: "FZZHUNYSK","微软雅黑","宋体";
font-size: 20px; 
padding-bottom: 10px;
/*	font-weight: bold;*/
border-bottom: #e8e8e8 solid 1px; position:relative; }
.slideTxtBox .hd ul{
    float:left;
    left:20px;
    top:-1px;
    /* height:32px; */
}
.slideTxtBox .hd ul li{ 
    float:left; 
    background-color: #F5D799;
    /* padding:0 15px 0 0;  */
    cursor:pointer;  }

    
.slideTxtBox .hd ul li.on{ 
	/* height:28px;       */
	font-family: "FZZHUNYSK","微软雅黑","宋体";
    /* font-size: 22px; */
    color: #fff;
	font-weight: bold;
    background-color: #cc0000;
    }
.slideTxtBox .hd ul li.on a{
    color: #fff;
}
.slideTxtBox .hd ul li.on a:hover{
color: #fff;
}
.slideTxtBox .bd ul{ margin-top: 10px;
    margin-bottom: 25px;
    height: 315px;
    overflow: hidden;  }
.slideTxtBox .bd li{
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px;
    font-family: "微软雅黑","宋体";

	list-style: none;   }

.slideTxtBox .hd li a{
	color: #cc0000;
	text-decoration: none;
}
/* .slideTxtBox .hd li a:hover{
	color: #005ea8;
} */
.slideTxtBox .bd li a{
	color: #000;
	text-decoration: none;
}
.slideTxtBox .bd li a:hover{
	color: #cc0000;
}

.index-zkgl{
    font-size: 16px;
    line-height: 26px;
/*     background: #f5efdf; */
    height: 362px;
    overflow: hidden;
    text-indent: 2em;
    text-align: justify; 
}

.index-zkgl img{
    float: left;
}


.list-zkgk{
    font-size: 16px;
    line-height: 26px;
/*     background: #f5efdf; */
    overflow: hidden;
    
    text-align: justify; 
}

.list-zkgk-img{
    float: left;
}

.list-zkgk-img img{
    max-width: 100%;
}

.list-zkgk-txt{
    text-indent: 2em;
    padding: 20px;
    border: #e8e8e8 solid 1px;
    background: #f9f9f9 url(/skin/images/zkgk_b.png) no-repeat right bottom;
    max-width: 646px;
    float: left;
}

.list-zkgk-txt a{
    color: #cc0000;
}

.list-zkgk-ch{
    margin-top: 20px;
    float: left;
}

.list-zkgk-ch li{
    text-align: center;
    margin: 0 20px 20px 0;
    padding: 20px 0;
    width: 96px;
    border: #e8e8e8 solid 1px;
    float: left;
}

.list-1-img img{
    width: 100%;
    height: 146.5px;
}

@media screen and (max-width: 767px) {
    .list-zkgk-ch li{
        text-align: center;
        margin: 0 10px 20px 10px;
        padding: 20px 0;
        width: 125px;
        border: #e8e8e8 solid 1px;
        float: left;
    }
    }

.list_p{clear:both; }
.list_p li{ width:31%; height: 245px; float:left; text-align:center; margin:10px;}
.list_p li img{ display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 178px; vertical-align: middle; border:1px solid #ddd;}
.list_p li span{ height:50px; line-height:25px; display:block; text-align:center; font-size:14px;float:none;}
.list_p li:hover span{ color:#f00;}

@media screen and (max-width: 767px) {
.list_p{clear:both; margin:10px 0px;}
.list_p li{ width:50%; float:left; text-align:center; margin:10px 0px;}
.list_p li img{ width:auto; padding:10px; height: 185px; margin:0px auto;display:block; border:1px solid #ddd;}
.list_p li span{ height:50px; line-height:25px; display:block; text-align:center; font-size:14px;float:none;}
.list_p li:hover span{ color:#f00;}
}


/*选项卡*/
.indexlinks{  text-align:left;  }
.indexlinks .tit{
    width: 10%;
    float: left;
    border-bottom: 0;
}
.indexlinks .hd{ 
    height:28px; 
    line-height:28px; 
    font-size: 20px; 
    padding-bottom: 10px;
    position:relative; 
    float: left;
    width: 90%;
}
.indexlinks .hd ul{

    left:20px;
    top:-1px;
    /* height:32px; */
}
.indexlinks .hd ul li{ 
    padding: 0 20px 10px 20px;
    float:left; 
    /* padding:0 15px 0 0;  */
    cursor:pointer;  }

    
.indexlinks .hd ul li.on{ 
    padding: 0 20px 10px 20px;
    color: #cc0000;
    border-bottom: 2px solid #cc0000;
    float: left;
    }
.indexlinks .hd ul li.on a{
    color: #fff;
}
.indexlinks .hd ul li.on a:hover{
color: #fff;
}
.indexlinks .bd ul{ margin-top: 10px;
    margin-bottom: 25px;
    overflow: hidden;  }
.indexlinks .bd li{
    font-size: 16px;
    line-height: 26px;
    padding: 0 17px 0 10px;
    font-family: "微软雅黑","宋体";
    float: left;
	list-style: none;
    border-bottom: 0;

}

.indexlinks .hd li a{
	color: #cc0000;
	text-decoration: none;
}
/* .indexlinks .hd li a:hover{
	color: #005ea8;
} */
.indexlinks .bd li a{
	color: #000;
	text-decoration: none;
}
.indexlinks .bd li a:hover{
	color: #cc0000;
}